Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ListBase.ListChangedEventArgs<T> Class / Count Property


In This Topic
    Count Property (ListBase.ListChangedEventArgs<T>)
    In This Topic
    Gets the count.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As ListBase.ListChangedEventArgs(Of T)
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also